home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 January / maximum-cd-2002-01.iso / Files / Game demos / Ultimate Ride / setup / game / Tracks / Wooden / Support.def < prev    next >
Encoding:
Text File  |  2001-08-01  |  361 b   |  28 lines

  1. # Support Definition
  2. #
  3. # Defines how to create geometry for the supports
  4. # for this track type
  5.  
  6. Support 
  7. {
  8.     # Plane to support coaster
  9.     Plane
  10.     {
  11.         Name: Support
  12.         Material
  13.         {
  14.             Diffuse: 0.2 0.2 0.2 
  15.             Ambient: 0.6 0.6 0.6 
  16.             Specular: 0.3 0.3 0.3
  17.             Power: 10.00
  18.             Texture: woodcell.png
  19.             
  20.         }
  21.         TextureSpacing: 4.0
  22.  
  23.     }    
  24.     
  25.  
  26. }
  27.  
  28.